[INFO] cloning repository https://github.com/nathanielknight/proser
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/nathanielknight/proser" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnathanielknight%2Fproser", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnathanielknight%2Fproser'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 564ffc3059ae4d4fdea59b40cc509406259868bf
[INFO] testing nathanielknight/proser against master#cced03bfd61a304243a34504618ecec86c17063f for pr-154065-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnathanielknight%2Fproser" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/nathanielknight/proser
[INFO] finished tweaking git repo https://github.com/nathanielknight/proser
[INFO] tweaked toml for git repo https://github.com/nathanielknight/proser written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/nathanielknight/proser on toolchain cced03bfd61a304243a34504618ecec86c17063f
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/nathanielknight/proser already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] c994661b31c3d001c5d5840f24d287236a6f25fce09a98ea53552dc59187c89a
[INFO] running `Command { std: "docker" "start" "-a" "c994661b31c3d001c5d5840f24d287236a6f25fce09a98ea53552dc59187c89a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c994661b31c3d001c5d5840f24d287236a6f25fce09a98ea53552dc59187c89a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c994661b31c3d001c5d5840f24d287236a6f25fce09a98ea53552dc59187c89a", kill_on_drop: false }`
[INFO] [stdout] c994661b31c3d001c5d5840f24d287236a6f25fce09a98ea53552dc59187c89a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 649d8c40d9960f40c2a29cbd90a3c336e9ee9291ab83786d6a099135be31b900
[INFO] running `Command { std: "docker" "start" "-a" "649d8c40d9960f40c2a29cbd90a3c336e9ee9291ab83786d6a099135be31b900", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.177
[INFO] [stderr]    Compiling signal-hook v0.3.18
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]    Compiling log v0.4.28
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling syn v2.0.111
[INFO] [stderr]    Compiling bitflags v2.10.0
[INFO] [stderr]    Compiling linux-raw-sys v0.4.15
[INFO] [stderr]    Compiling instability v0.3.9
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]    Compiling hashbrown v0.15.5
[INFO] [stderr]    Compiling indoc v2.0.7
[INFO] [stderr]    Compiling compact_str v0.8.1
[INFO] [stderr]    Compiling lru v0.12.5
[INFO] [stderr]    Compiling unicode-truncate v1.1.0
[INFO] [stderr]    Compiling signal-hook-registry v1.4.7
[INFO] [stderr]    Compiling mio v1.1.0
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling signal-hook-mio v0.2.5
[INFO] [stderr]    Compiling darling_core v0.20.11
[INFO] [stderr]    Compiling crossterm v0.28.1
[INFO] [stderr]    Compiling strum_macros v0.26.4
[INFO] [stderr]    Compiling darling_macro v0.20.11
[INFO] [stderr]    Compiling strum v0.26.3
[INFO] [stderr]    Compiling darling v0.20.11
[INFO] [stderr]    Compiling ratatui v0.29.0
[INFO] [stderr]    Compiling tui-textarea v0.7.0
[INFO] [stderr]    Compiling proser v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.61s
[INFO] running `Command { std: "docker" "inspect" "649d8c40d9960f40c2a29cbd90a3c336e9ee9291ab83786d6a099135be31b900", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "649d8c40d9960f40c2a29cbd90a3c336e9ee9291ab83786d6a099135be31b900", kill_on_drop: false }`
[INFO] [stdout] 649d8c40d9960f40c2a29cbd90a3c336e9ee9291ab83786d6a099135be31b900
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] d2e7d7803a3fba3216c198d67d6259f59ea07c2f2bbbcf3f4ec11fd02e34f168
[INFO] running `Command { std: "docker" "start" "-a" "d2e7d7803a3fba3216c198d67d6259f59ea07c2f2bbbcf3f4ec11fd02e34f168", kill_on_drop: false }`
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling rustix v1.1.2
[INFO] [stderr]    Compiling zerocopy v0.8.30
[INFO] [stderr]    Compiling darling_core v0.20.11
[INFO] [stderr]    Compiling linux-raw-sys v0.11.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling once_cell v1.21.3
[INFO] [stderr]    Compiling wait-timeout v0.2.1
[INFO] [stderr]    Compiling rand_core v0.9.3
[INFO] [stderr]    Compiling bit-vec v0.8.0
[INFO] [stderr]    Compiling quick-error v1.2.3
[INFO] [stderr]    Compiling regex-syntax v0.8.8
[INFO] [stderr]    Compiling rand_xorshift v0.4.0
[INFO] [stderr]    Compiling rand v0.9.2
[INFO] [stderr]    Compiling bit-set v0.8.0
[INFO] [stderr]    Compiling unarray v0.1.4
[INFO] [stderr]    Compiling darling_macro v0.20.11
[INFO] [stderr]    Compiling tempfile v3.23.0
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling darling v0.20.11
[INFO] [stderr]    Compiling instability v0.3.9
[INFO] [stderr]    Compiling rusty-fork v0.3.1
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling proptest v1.9.0
[INFO] [stderr]    Compiling ratatui v0.29.0
[INFO] [stderr]    Compiling tui-textarea v0.7.0
[INFO] [stderr]    Compiling proser v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 29.67s
[INFO] running `Command { std: "docker" "inspect" "d2e7d7803a3fba3216c198d67d6259f59ea07c2f2bbbcf3f4ec11fd02e34f168", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d2e7d7803a3fba3216c198d67d6259f59ea07c2f2bbbcf3f4ec11fd02e34f168", kill_on_drop: false }`
[INFO] [stdout] d2e7d7803a3fba3216c198d67d6259f59ea07c2f2bbbcf3f4ec11fd02e34f168
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 919ebf9530925bfe423bff9767c2cc9026c3f8f8cf0336d64d7f3694f9d9d784
[INFO] running `Command { std: "docker" "start" "-a" "919ebf9530925bfe423bff9767c2cc9026c3f8f8cf0336d64d7f3694f9d9d784", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.18s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/proser-e0a27cbd986393cf)
[INFO] [stdout] 
[INFO] [stdout] running 17 tests
[INFO] [stdout] test reflow::tests::test_cursor_position_at_space_boundary ... ok
[INFO] [stdout] test reflow::tests::test_cursor_position_exact_line_width ... ok
[INFO] [stdout] test reflow::tests::test_cursor_position_same_line ... ok
[INFO] [stdout] test reflow::tests::test_cursor_position_at_line_wrap_boundary ... ok
[INFO] [stdout] test reflow::tests::test_cursor_position_crosses_line_boundary ... ok
[INFO] [stdout] test reflow::tests::test_cursor_position_with_para_start_offset ... ok
[INFO] [stdout] test reflow::tests::test_reflow_empty ... ok
[INFO] [stdout] test reflow::tests::test_reflow_paragraphs_multiple ... ok
[INFO] [stdout] test reflow::tests::test_reflow_paragraphs_preserves_blanks ... ok
[INFO] [stdout] test reflow::tests::test_reflow_text_exact_width ... ok
[INFO] [stdout] test reflow::tests::test_reflow_text_one_char_over ... ok
[INFO] [stdout] test reflow::tests::test_reflow_text_simple ... ok
[INFO] [stdout] test reflow::tests::test_reflow_single_line_exactly_55_chars_plus_space ... ok
[INFO] [stdout] test reflow::tests::test_reflow_single_long_word ... ok
[INFO] [stdout] test reflow::tests::prop_cursor_never_moves_backwards has been running for over 60 seconds
[INFO] [stdout] test reflow::tests::prop_multiline_cursor_preserves_offset has been running for over 60 seconds
[INFO] [stdout] test reflow::tests::prop_reflow_preserves_text has been running for over 60 seconds
[ERROR] error running command: no output for 300 seconds
[INFO] running `Command { std: "docker" "inspect" "919ebf9530925bfe423bff9767c2cc9026c3f8f8cf0336d64d7f3694f9d9d784", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "919ebf9530925bfe423bff9767c2cc9026c3f8f8cf0336d64d7f3694f9d9d784", kill_on_drop: false }`
[INFO] [stdout] 919ebf9530925bfe423bff9767c2cc9026c3f8f8cf0336d64d7f3694f9d9d784
